home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / gh_fig02.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  58KB  |  528x336  |  8-bit (256 colors)
Labels: text | screenshot | display | software | multimedia software
OCR: FORMA :: AForm1:open method open(var eventInfo Event) var formlib Library endvar if eventInfo.isPreFilter() then : This code executes for each object on the form. else ; This code executes only for the Form. ; Hide the form until it is OK to show it. forrib.open("formlib.1s1", GlobalToDeskTop) hide ( ) if not Foralib.topFormsAreEnabled() then msgInfo("Sorry. This form cannot be opened", self.close() "You must first enable the Forms.") retura endIF Show( ) endIf endMethod